home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tkstep0.3b3 / tkstep0 / tkstep / README.step < prev    next >
Encoding:
Text File  |  1996-07-08  |  2.5 KB  |  78 lines

  1. TkSTEP 0.3b3 (Tk 4.1)
  2.  
  3. NEXTSTEP(tm)-lookalike-wanabee-hack-kit for Tk
  4.  
  5. Alfredo K. Kojima 
  6. <kojima@inf.ufrgs.br>
  7.  
  8.     Apparently the files in version 0.2 were not the modified files,
  9.     but the original ones. That's due to a stupid error in a script
  10.     I made to gather the files and make the package. Sorry about that.
  11.  
  12. This is a set of Tk 4.1 files with some modifications to make it look like 
  13. NEXTSTEP(tm)'s interface.
  14.  
  15. Since I've never used NEXTSTEP(tm) I can't guarantee that it really
  16. looks like the Real Thing, it is only based on what
  17. I saw on pictures and screen shots. Feel free to mail me about what is 
  18. wrong and what else I should change. Screen shots with the 
  19. NEXTSTEP(tm) widget set would help me a lot.
  20.  
  21. It is probably 100% compatible with the original tk library, so you can just
  22. replace the libraries and run any Tk program normally.
  23.  
  24. Although nothing have been changed on the command interfaces, some
  25. things will not do what it used to do. e.g. Changes on ScrollBar's base
  26. relief (trough?) will not change anything on the ScrollBar apearence and 
  27. neither will get any complaints about it. Some default configurations of
  28. widgets have also changed.
  29.  
  30. If you find that some code that worked with  the original Tk4.1 doesn't
  31. with this one, please tell me, also sending the piece of code with the 
  32. problem.
  33.  
  34. Equivalent code for itcl2.1 is included (by Justin Seiferth
  35. <seiferth@netcom.com>).
  36.  
  37. To get better results, use it with BowMan or AfterStep. BowMan is a 
  38. window manager that emulates the look and feel of the NEXTSTEP user interface. 
  39. AfterStep is a continuation of BowMan.
  40.  
  41.  
  42. Things changed in Tk:
  43. - 3D rectangle (reliefs)
  44. - Button
  45. - Scroll bar
  46. - Menus 
  47. - Check buttons
  48. - Radio buttons
  49. - Some other minor changes
  50. - Scale
  51.  
  52. Changes since 0.1:
  53. - Fixed bug in sunken and raised reliefs with borderwidth of 1
  54. - Converted the scale widget (contributed by Andy Lo A Foe)
  55.  
  56. Changes since 0.2:
  57. - tk_strictMotif now makes Tk ignore changes in some default attributes
  58. - changed scale again 
  59. - Fixed a bug that crashed Tk, when reconfiguring non-packed scrollbars
  60.  
  61. Changes since 0.3b1:
  62. - Scrollbar arrows are now scalable and antialiased
  63.  
  64. Changes since 0.3b2:
  65. - Some minor internal changes/fixes
  66. - Fixed bug that made TkDesk's menu selectors invisible (if tk_strictMotif==1)
  67.  
  68.  
  69. If you have any comments, bug reports, suggestions, patches, complaints
  70. etc. etc. etc. you can contact me at kojima@inf.ufrgs.br
  71.  
  72. There is a little page about TkSTEP at
  73. http://www.inf.ufrgs.br/~kojima/tkstep.html
  74. where you can always get the latest releases.
  75.  
  76.  
  77.  
  78.